Skip to content

fix: align release Python 3.15 qualification - #39

Merged
stefan-jansen merged 1 commit into
mainfrom
fix/release-prerelease-paths
Aug 12, 2026
Merged

fix: align release Python 3.15 qualification#39
stefan-jansen merged 1 commit into
mainfrom
fix/release-prerelease-paths

Conversation

@stefan-jansen

Copy link
Copy Markdown
Contributor

Summary

  • pass the reviewed core-only Python 3.15 test paths from the release workflow
  • require the main and release ecosystem callers to retain the same exact path set
  • advance the replacement patch version to 0.1.2 because v0.1.1 is an immutable failed tag

Verification

  • uv run ruff check src/ tests/ examples/ scripts/
  • uv run ruff format --check src/ tests/ examples/ scripts/
  • uv run ty check
  • uv run pytest tests/ -q --tb=short - 409 passed
  • uv run mkdocs build --strict
  • uv build
  • pre-commit run --all-files

Closes #38

Copilot AI lite review requested due to automatic review settings August 12, 2026 02:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@stefan-jansen stefan-jansen added compatibility: affected Has Python, platform, dependency, or cross-library compatibility impact priority: critical Immediate correctness, security, or release impact status: accepted Accepted for implementation type: bug Confirmed or reported incorrect behavior labels Aug 12, 2026
@stefan-jansen
stefan-jansen merged commit 8dfcf71 into main Aug 12, 2026
34 checks passed
@stefan-jansen
stefan-jansen deleted the fix/release-prerelease-paths branch August 12, 2026 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compatibility: affected Has Python, platform, dependency, or cross-library compatibility impact priority: critical Immediate correctness, security, or release impact status: accepted Accepted for implementation type: bug Confirmed or reported incorrect behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: align release Python 3.15 qualification with main

2 participants